Skip to main content

scrollerEndDecelerate

Type

message

Summary

Sent when scrolling has finished decelerating.

Syntax

scrollerEndDecelerate

Description

The scrollerEndDecelerate message is sent when a UIScrollView scroller control has finished decelerating.

Handle the scrollerEndDecelerate message if you want to move LiveCode controls, make changes to the interface or set the appropriate scroll properties of groups and fields to get a native scrolling effect.

The scrollerEndDecelerate message is sent to the object containing the script that created the UIScrollView scroller control.

Examples

on scrollerEndDecelerate
put "Finished decelerating" into field "scroller status"
end scrollerEndDecelerate

command: mobileControlCreate, mobileControlDelete, mobileControlSet

function: mobileControlGet, mobileControlTarget, mobileControls

message: scrollerBeginDecelerate, scrollerEndDrag, scrollerBeginDrag, scrollerDidScroll, scrollerScrollToTop

Compatibility and Support

Introduced

LiveCode 4.5.3

OS

ios

Platforms

mobile

Thank you for your feedback!

Was this page helpful?